Skip to main content
guest
Join
|
Help
|
Sign In
myrecyclebin
Home
guest
|
Join
|
Help
|
Sign In
Wiki Home
Projects
Recent Changes
Pages and Files
Members
myrecyclebin
Favorites
20
All Pages
20
home
About
Coding
Interviews
Learning python
Learning to build a scalable service platform
Linux
Markov chains
Mount a disk
Moving home in installed Ubuntu to a new partition
Primes
Running 32 bit applications in 64 bit Debian machine
Spatio temporal database indexing
Useful Linux commands
Web development
Weka
apache
20
Web development
Add
Add "All Pages"
Done
Coding
Edit
0
6
…
0
Tags
No tags
Notify
RSS
Backlinks
Source
Print
Export (PDF)
Spoj Problem pages:
13046. The Glittering Caves of Aglarond
2157. Anti-Blot System
4. Transform the Expression
5. The Next Palindrome
List of problems:
Convert an infix notation to reverse polish notation.
Find the next bigger palindrome of a number.
Coin-change problems.
Find the number of ways a change can be made using a given denominations of currencies.
Find the least number of coins required to make a change given a few denominations.
Find a change such that no denomination is repeated.
Significance of Pascals Identity
nCr = (n-1)Cr +(n-1)C(r-1)
Print all the anagrams together for a given number of words
Union-find
Dynamic connectivity problems.
Quick-find
Quick-union
Weighted quick-union
Path compression with weighted quick-union
Add two numbers represented by a linked list.
Reservoir sampling.
Given an array of numbers, WAP to randomly select k numbers 1<=k<=n.
Generate all permutations of a f=given array of values.
Convert a number from base 2 to base 4,8,16 ......
Given sorted circular linked list. Insert an element.
Given two BSTs. Print all the common elements.
Find if a binary tree is balanced.
Remove duplicate elements from a string in O(n) time and O(1) space.
Merge two sorted arrays into a single sorted array.
Given an array, find all pairs whose sum is k.
Find all pairs whose sum is >=k.
Given an array find the maximum contiguous sub-array with maximum.
Find LCA of two nodes in a BST.
Given a sorted array which has been rotated an unknown number of times. Find the smallest element in O(log n) time.
Box stacking.
Given n boxes. Find the stack of maximum height such that length and breadth of any lower box is bigger than a given box in the stack.
Longest increasing sub-sequence in an array.
Union-find
Dynamic connectivity problems.
Union-find problem
Javascript Required
You need to enable Javascript in your browser to edit pages.
help on how to format text
Turn off "Getting Started"
Home
...
Loading...
Spoj Problem pages:
List of problems: